﻿2026-06-15T13:55:27.6939538Z ##[group]Run set -euo pipefail
2026-06-15T13:55:27.6939881Z [36;1mset -euo pipefail[0m
2026-06-15T13:55:27.6940114Z [36;1mPIN=0c95435[0m
2026-06-15T13:55:27.6940333Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T13:55:27.6940593Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T13:55:27.6940975Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T13:55:27.6941423Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T13:55:27.6941876Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T13:55:27.6942248Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T13:55:27.6942501Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T13:55:27.6942790Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T13:55:27.6943155Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T13:55:27.6943518Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T13:55:27.6943779Z [36;1mfi[0m
2026-06-15T13:55:27.6944070Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T13:55:27.6958471Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T13:55:27.6958793Z env:
2026-06-15T13:55:27.6959084Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T13:55:27.6959342Z ##[endgroup]
2026-06-15T13:55:27.9689293Z    Compiling proc-macro2 v1.0.106
2026-06-15T13:55:27.9689870Z    Compiling quote v1.0.45
2026-06-15T13:55:27.9690256Z    Compiling unicode-ident v1.0.24
2026-06-15T13:55:27.9690720Z    Compiling libc v0.2.186
2026-06-15T13:55:27.9691219Z    Compiling serde_core v1.0.228
2026-06-15T13:55:27.9691580Z    Compiling cfg-if v1.0.4
2026-06-15T13:55:27.9731143Z    Compiling serde v1.0.228
2026-06-15T13:55:27.9770261Z    Compiling log v0.4.32
2026-06-15T13:55:27.9787438Z    Compiling pin-project-lite v0.2.17
2026-06-15T13:55:27.9827633Z    Compiling typenum v1.20.1
2026-06-15T13:55:27.9829168Z    Compiling portable-atomic v1.13.1
2026-06-15T13:55:27.9830069Z    Compiling version_check v0.9.5
2026-06-15T13:55:27.9830755Z    Compiling memchr v2.8.1
2026-06-15T13:55:27.9831201Z    Compiling critical-section v1.2.0
2026-06-15T13:55:27.9991324Z    Compiling shlex v2.0.1
2026-06-15T13:55:28.0231163Z    Compiling find-msvc-tools v0.1.9
2026-06-15T13:55:28.0601303Z    Compiling futures-core v0.3.32
2026-06-15T13:55:28.0619191Z    Compiling bytes v1.11.1
2026-06-15T13:55:28.1157025Z    Compiling subtle v2.6.1
2026-06-15T13:55:28.2224352Z    Compiling equivalent v1.0.2
2026-06-15T13:55:28.2439723Z    Compiling smallvec v1.15.1
2026-06-15T13:55:28.2803185Z    Compiling itoa v1.0.18
2026-06-15T13:55:28.3040611Z    Compiling semver v1.0.28
2026-06-15T13:55:28.3210590Z    Compiling stable_deref_trait v1.2.1
2026-06-15T13:55:28.3211797Z    Compiling futures-sink v0.3.32
2026-06-15T13:55:28.3301525Z    Compiling slab v0.4.12
2026-06-15T13:55:28.3722907Z    Compiling generic-array v0.14.7
2026-06-15T13:55:28.4041232Z    Compiling futures-io v0.3.32
2026-06-15T13:55:28.4071194Z    Compiling futures-channel v0.3.32
2026-06-15T13:55:28.4452514Z    Compiling futures-task v0.3.32
2026-06-15T13:55:28.5140758Z    Compiling bitflags v2.12.1
2026-06-15T13:55:28.5210912Z    Compiling rustversion v1.0.22
2026-06-15T13:55:28.5827835Z    Compiling hashbrown v0.17.1
2026-06-15T13:55:28.5910772Z    Compiling cpufeatures v0.2.17
2026-06-15T13:55:28.6280901Z    Compiling fnv v1.0.7
2026-06-15T13:55:28.6350539Z    Compiling strsim v0.11.1
2026-06-15T13:55:28.6410332Z    Compiling rand_core v0.10.1
2026-06-15T13:55:28.6567908Z    Compiling cfg_aliases v0.2.1
2026-06-15T13:55:28.6722720Z    Compiling rustc_version v0.4.1
2026-06-15T13:55:28.7049852Z    Compiling writeable v0.6.3
2026-06-15T13:55:28.7251124Z    Compiling litemap v0.8.2
2026-06-15T13:55:28.7830610Z    Compiling icu_properties_data v2.2.0
2026-06-15T13:55:28.8020765Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T13:55:28.8021881Z    Compiling utf8_iter v1.0.4
2026-06-15T13:55:28.9468921Z    Compiling ident_case v1.0.1
2026-06-15T13:55:28.9570617Z    Compiling getrandom v0.4.2
2026-06-15T13:55:28.9800650Z    Compiling dunce v1.0.5
2026-06-15T13:55:28.9897392Z    Compiling fs_extra v1.3.0
2026-06-15T13:55:29.0800870Z    Compiling percent-encoding v2.3.2
2026-06-15T13:55:29.1406215Z    Compiling autocfg v1.5.1
2026-06-15T13:55:29.1407894Z    Compiling http v1.4.1
2026-06-15T13:55:29.1850872Z    Compiling cpufeatures v0.3.0
2026-06-15T13:55:29.2059662Z    Compiling thiserror v2.0.18
2026-06-15T13:55:29.2571393Z    Compiling aws-lc-rs v1.17.0
2026-06-15T13:55:29.2572564Z    Compiling unicode-segmentation v1.13.3
2026-06-15T13:55:29.2840562Z    Compiling scopeguard v1.2.0
2026-06-15T13:55:29.3166774Z    Compiling chacha20 v0.10.0
2026-06-15T13:55:29.3511504Z    Compiling lock_api v0.4.14
2026-06-15T13:55:29.3761037Z    Compiling form_urlencoded v1.2.2
2026-06-15T13:55:29.4730403Z    Compiling syn v2.0.117
2026-06-15T13:55:29.4860298Z    Compiling indexmap v2.14.0
2026-06-15T13:55:29.5125614Z    Compiling untrusted v0.9.0
2026-06-15T13:55:29.5410856Z    Compiling heck v0.5.0
2026-06-15T13:55:29.5663543Z    Compiling rustls v0.23.40
2026-06-15T13:55:29.6181432Z    Compiling anyhow v1.0.102
2026-06-15T13:55:29.6300619Z    Compiling unicode-xid v0.2.6
2026-06-15T13:55:29.6352344Z    Compiling const-oid v0.10.2
2026-06-15T13:55:29.6456506Z    Compiling atomic-waker v1.1.2
2026-06-15T13:55:29.6573159Z    Compiling zerocopy v0.8.50
2026-06-15T13:55:29.7120980Z    Compiling httparse v1.10.1
2026-06-15T13:55:29.7297526Z    Compiling paste v1.0.15
2026-06-15T13:55:29.7536227Z    Compiling parking_lot_core v0.9.12
2026-06-15T13:55:29.7644660Z    Compiling num-traits v0.2.19
2026-06-15T13:55:29.8320627Z    Compiling jobserver v0.1.34
2026-06-15T13:55:29.8547024Z    Compiling convert_case v0.10.0
2026-06-15T13:55:29.8654162Z    Compiling hybrid-array v0.4.12
2026-06-15T13:55:29.9370953Z    Compiling curve25519-dalek v4.1.3
2026-06-15T13:55:29.9661170Z    Compiling ahash v0.8.12
2026-06-15T13:55:29.9941021Z    Compiling fastrand v2.4.1
2026-06-15T13:55:30.0770391Z    Compiling either v1.16.0
2026-06-15T13:55:30.1270554Z    Compiling cc v1.2.63
2026-06-15T13:55:30.1470872Z    Compiling base64ct v1.8.3
2026-06-15T13:55:30.1650945Z    Compiling powerfmt v0.2.0
2026-06-15T13:55:30.2414036Z    Compiling crypto-common v0.1.7
2026-06-15T13:55:30.2680742Z    Compiling block-buffer v0.10.4
2026-06-15T13:55:30.2741235Z    Compiling http-body v1.0.1
2026-06-15T13:55:30.3300776Z    Compiling deranged v0.5.8
2026-06-15T13:55:30.3800479Z    Compiling digest v0.10.7
2026-06-15T13:55:30.4757794Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T13:55:30.4860382Z    Compiling base64 v0.22.1
2026-06-15T13:55:30.4990707Z    Compiling zmij v1.0.21
2026-06-15T13:55:30.5390675Z    Compiling vcpkg v0.2.15
2026-06-15T13:55:30.5780733Z    Compiling data-encoding v2.11.0
2026-06-15T13:55:30.6001091Z    Compiling try-lock v0.2.5
2026-06-15T13:55:30.6430919Z    Compiling num-conv v0.2.2
2026-06-15T13:55:30.7040528Z    Compiling pkg-config v0.3.33
2026-06-15T13:55:30.7620673Z    Compiling time-core v0.1.8
2026-06-15T13:55:30.7870785Z    Compiling tinyvec_macros v0.1.1
2026-06-15T13:55:30.8300698Z    Compiling tower-service v0.3.3
2026-06-15T13:55:30.8731858Z    Compiling tinyvec v1.11.0
2026-06-15T13:55:30.9081029Z    Compiling want v0.3.1
2026-06-15T13:55:30.9291040Z    Compiling sha2 v0.10.9
2026-06-15T13:55:30.9331006Z    Compiling crypto-common v0.2.2
2026-06-15T13:55:30.9650624Z    Compiling mio v1.2.1
2026-06-15T13:55:31.0350512Z    Compiling socket2 v0.6.4
2026-06-15T13:55:31.0380761Z    Compiling getrandom v0.2.17
2026-06-15T13:55:31.2850242Z    Compiling rand v0.10.1
2026-06-15T13:55:31.3040720Z    Compiling rand_core v0.6.4
2026-06-15T13:55:31.3470677Z    Compiling block-buffer v0.12.0
2026-06-15T13:55:31.4970586Z    Compiling cmake v0.1.58
2026-06-15T13:55:31.5090670Z    Compiling parking_lot v0.12.5
2026-06-15T13:55:31.5320702Z    Compiling inout v0.1.4
2026-06-15T13:55:31.5411435Z    Compiling vergen-lib v9.1.0
2026-06-15T13:55:31.5541473Z    Compiling n0-future v0.3.2
2026-06-15T13:55:31.6360626Z    Compiling parking v2.2.1
2026-06-15T13:55:31.7210629Z    Compiling cordyceps v0.3.4
2026-06-15T13:55:31.7457183Z    Compiling serde_json v1.0.150
2026-06-15T13:55:31.7530809Z    Compiling spin v0.10.0
2026-06-15T13:55:31.7811350Z    Compiling winnow v1.0.3
2026-06-15T13:55:31.7945535Z    Compiling httpdate v1.0.3
2026-06-15T13:55:31.8130757Z    Compiling crossbeam-utils v0.8.21
2026-06-15T13:55:31.8821858Z    Compiling diatomic-waker v0.2.3
2026-06-15T13:55:31.8980706Z    Compiling signature v2.2.0
2026-06-15T13:55:31.9706380Z    Compiling futures-lite v2.6.1
2026-06-15T13:55:32.0106663Z    Compiling digest v0.11.3
2026-06-15T13:55:32.0241594Z    Compiling ed25519 v2.2.3
2026-06-15T13:55:32.0570588Z    Compiling futures-buffered v0.2.13
2026-06-15T13:55:32.0730396Z    Compiling cipher v0.4.4
2026-06-15T13:55:32.0857945Z    Compiling netlink-packet-core v0.8.1
2026-06-15T13:55:32.1182548Z    Compiling universal-hash v0.5.1
2026-06-15T13:55:32.1356518Z    Compiling vergen v9.1.0
2026-06-15T13:55:32.2160784Z    Compiling vergen-lib v0.1.6
2026-06-15T13:55:32.2350270Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T13:55:32.2564016Z    Compiling heapless v0.7.17
2026-06-15T13:55:32.2830822Z    Compiling noq-udp v0.10.0
2026-06-15T13:55:32.2910521Z    Compiling sync_wrapper v1.0.2
2026-06-15T13:55:32.2976109Z    Compiling byteorder v1.5.0
2026-06-15T13:55:32.3790769Z    Compiling opaque-debug v0.3.1
2026-06-15T13:55:32.4104425Z    Compiling allocator-api2 v0.2.21
2026-06-15T13:55:32.4463640Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T13:55:32.4733733Z    Compiling polyval v0.6.2
2026-06-15T13:55:32.4964567Z    Compiling hash32 v0.2.1
2026-06-15T13:55:32.5255618Z    Compiling aws-lc-sys v0.41.0
2026-06-15T13:55:32.5405620Z    Compiling ring v0.17.14
2026-06-15T13:55:32.5730297Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T13:55:32.6140718Z    Compiling spin v0.9.8
2026-06-15T13:55:32.6808802Z    Compiling vergen-gitcl v1.0.8
2026-06-15T13:55:32.6880662Z    Compiling fallible-iterator v0.3.0
2026-06-15T13:55:32.7155221Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T13:55:32.7486706Z    Compiling num_threads v0.1.7
2026-06-15T13:55:32.7940682Z    Compiling tower-layer v0.3.3
2026-06-15T13:55:32.8534951Z    Compiling signature v3.0.0
2026-06-15T13:55:32.8642297Z    Compiling ryu v1.0.23
2026-06-15T13:55:32.9100358Z    Compiling time v0.3.47
2026-06-15T13:55:32.9160441Z    Compiling ghash v0.5.1
2026-06-15T13:55:32.9820974Z    Compiling aes v0.8.4
2026-06-15T13:55:32.9950577Z    Compiling ctr v0.9.2
2026-06-15T13:55:33.0289694Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T13:55:33.0850994Z    Compiling http-body-util v0.1.3
2026-06-15T13:55:33.1661078Z    Compiling aead v0.5.2
2026-06-15T13:55:33.1725596Z    Compiling openssl-probe v0.2.1
2026-06-15T13:55:33.1798559Z    Compiling blake3 v1.8.5
2026-06-15T13:55:33.3323228Z    Compiling crossbeam-channel v0.5.15
2026-06-15T13:55:33.3500443Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T13:55:33.4010472Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T13:55:33.4090822Z    Compiling netlink-packet-route v0.29.0
2026-06-15T13:55:33.5299148Z    Compiling uuid v1.23.2
2026-06-15T13:55:33.5810474Z    Compiling memoffset v0.6.5
2026-06-15T13:55:33.6133003Z    Compiling aes-gcm v0.10.3
2026-06-15T13:55:33.7892420Z    Compiling acto v0.8.2
2026-06-15T13:55:33.7907765Z    Compiling noq v0.18.0
2026-06-15T13:55:33.8711415Z    Compiling netwatch v0.16.0
2026-06-15T13:55:33.8926585Z    Compiling rustix v1.1.4
2026-06-15T13:55:34.0291325Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T13:55:34.0521576Z    Compiling mac-addr v0.3.0
2026-06-15T13:55:34.0614623Z    Compiling rustc-hash v2.1.2
2026-06-15T13:55:34.0900702Z    Compiling thiserror v1.0.69
2026-06-15T13:55:34.1656244Z    Compiling identity-hash v0.1.0
2026-06-15T13:55:34.1840808Z    Compiling foldhash v0.2.0
2026-06-15T13:55:34.2520582Z    Compiling xml-rs v0.8.28
2026-06-15T13:55:34.2631725Z    Compiling lru-slab v0.1.2
2026-06-15T13:55:34.2910593Z    Compiling tagptr v0.2.0
2026-06-15T13:55:34.3678917Z    Compiling ref-cast v1.0.25
2026-06-15T13:55:34.3801470Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T13:55:34.3875176Z    Compiling hashbrown v0.16.1
2026-06-15T13:55:34.5560382Z    Compiling netlink-packet-route v0.30.0
2026-06-15T13:55:34.5693184Z    Compiling synstructure v0.13.2
2026-06-15T13:55:34.5994956Z    Compiling darling_core v0.20.11
2026-06-15T13:55:34.6270923Z    Compiling serde_derive_internals v0.29.1
2026-06-15T13:55:35.1346135Z    Compiling proc-macro-crate v3.5.0
2026-06-15T13:55:35.2385107Z    Compiling xmltree v0.10.3
2026-06-15T13:55:35.2454396Z    Compiling ioctl-rs v0.1.6
2026-06-15T13:55:35.3510663Z    Compiling termios v0.2.2
2026-06-15T13:55:35.3717959Z    Compiling errno v0.3.14
2026-06-15T13:55:35.4347919Z    Compiling serial-core v0.4.0
2026-06-15T13:55:35.4488308Z    Compiling aho-corasick v1.1.4
2026-06-15T13:55:35.4759675Z    Compiling simple-dns v0.9.3
2026-06-15T13:55:35.5096192Z    Compiling regex-syntax v0.8.10
2026-06-15T13:55:35.5575768Z    Compiling arrayvec v0.7.6
2026-06-15T13:55:35.5660493Z    Compiling resolv-conf v0.7.6
2026-06-15T13:55:35.6240470Z    Compiling smol_str v0.1.24
2026-06-15T13:55:35.7536025Z    Compiling toml_write v0.1.2
2026-06-15T13:55:35.7620529Z    Compiling arrayref v0.3.9
2026-06-15T13:55:35.7750566Z    Compiling winnow v0.7.15
2026-06-15T13:55:35.8321244Z    Compiling simdutf8 v0.1.5
2026-06-15T13:55:35.8410927Z    Compiling linux-raw-sys v0.12.1
2026-06-15T13:55:35.8571667Z    Compiling constant_time_eq v0.4.2
2026-06-15T13:55:35.9900716Z    Compiling sha1_smol v1.0.1
2026-06-15T13:55:36.0512926Z    Compiling signal-hook v0.3.18
2026-06-15T13:55:36.1325408Z    Compiling serial-unix v0.4.0
2026-06-15T13:55:36.2101016Z    Compiling signal-hook-registry v1.4.8
2026-06-15T13:55:36.2200427Z    Compiling lru v0.16.4
2026-06-15T13:55:36.3854220Z    Compiling darling_core v0.23.0
2026-06-15T13:55:36.4095972Z    Compiling serde_bytes v0.11.19
2026-06-15T13:55:36.6095964Z    Compiling seize v0.5.1
2026-06-15T13:55:36.6412044Z    Compiling serde_derive v1.0.228
2026-06-15T13:55:36.6630726Z    Compiling zeroize_derive v1.4.3
2026-06-15T13:55:36.9241589Z    Compiling tokio-macros v2.7.0
2026-06-15T13:55:37.0740670Z    Compiling zerofrom-derive v0.1.7
2026-06-15T13:55:37.2649622Z    Compiling zeroize v1.8.2
2026-06-15T13:55:37.4657895Z    Compiling futures-macro v0.3.32
2026-06-15T13:55:37.7490759Z    Compiling tokio v1.52.3
2026-06-15T13:55:37.9740772Z    Compiling yoke-derive v0.8.2
2026-06-15T13:55:38.1024642Z    Compiling zerovec-derive v0.11.3
2026-06-15T13:55:38.3860606Z    Compiling displaydoc v0.2.6
2026-06-15T13:55:38.4321122Z    Compiling tracing-attributes v0.1.31
2026-06-15T13:55:38.6036415Z    Compiling futures-util v0.3.32
2026-06-15T13:55:38.6850773Z    Compiling zerofrom v0.1.8
2026-06-15T13:55:38.8183467Z    Compiling rustls-pki-types v1.14.1
2026-06-15T13:55:39.1010966Z    Compiling thiserror-impl v2.0.18
2026-06-15T13:55:39.2551457Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T13:55:39.3820505Z    Compiling yoke v0.8.3
2026-06-15T13:55:39.6530766Z    Compiling zerovec v0.11.6
2026-06-15T13:55:39.6630874Z    Compiling zerotrie v0.2.4
2026-06-15T13:55:39.9930789Z    Compiling darling_macro v0.20.11
2026-06-15T13:55:40.0082461Z    Compiling derive_more-impl v2.1.1
2026-06-15T13:55:40.0910469Z    Compiling spez v0.1.2
2026-06-15T13:55:40.2046815Z    Compiling n0-error-macros v0.1.3
2026-06-15T13:55:40.2887852Z    Compiling der v0.8.0-rc.10
2026-06-15T13:55:40.3320537Z    Compiling darling v0.20.11
2026-06-15T13:55:40.3926330Z    Compiling tinystr v0.8.3
2026-06-15T13:55:40.4154330Z    Compiling potential_utf v0.1.5
2026-06-15T13:55:40.5210574Z    Compiling derive_builder_core v0.20.2
2026-06-15T13:55:40.6300516Z    Compiling icu_locale_core v2.2.0
2026-06-15T13:55:40.6492744Z    Compiling icu_collections v2.2.0
2026-06-15T13:55:41.0190630Z    Compiling pin-project-internal v1.1.13
2026-06-15T13:55:41.3890649Z    Compiling n0-error v0.1.3
2026-06-15T13:55:41.5180518Z    Compiling cobs v0.3.0
2026-06-15T13:55:41.7190338Z    Compiling ed25519-dalek v2.2.0
2026-06-15T13:55:41.7871160Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T13:55:41.9741016Z    Compiling icu_provider v2.2.0
2026-06-15T13:55:42.1022370Z    Compiling ipnet v2.12.0
2026-06-15T13:55:42.2340872Z    Compiling derive_builder_macro v0.20.2
2026-06-15T13:55:42.2767185Z    Compiling spki v0.8.0-rc.4
2026-06-15T13:55:42.4410800Z    Compiling icu_properties v2.2.0
2026-06-15T13:55:42.5007582Z    Compiling icu_normalizer v2.2.0
2026-06-15T13:55:42.5220525Z    Compiling pin-project v1.1.13
2026-06-15T13:55:42.5369453Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T13:55:42.5480846Z    Compiling derive_builder v0.20.2
2026-06-15T13:55:42.6016761Z    Compiling once_cell v1.21.4
2026-06-15T13:55:42.6654094Z    Compiling prefix-trie v0.8.4
2026-06-15T13:55:42.7031092Z    Compiling futures-executor v0.3.32
2026-06-15T13:55:42.7510384Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T13:55:42.8200482Z    Compiling tracing-core v0.1.36
2026-06-15T13:55:42.9300951Z    Compiling futures v0.3.32
2026-06-15T13:55:43.0641192Z    Compiling spt-proto v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T13:55:43.1260402Z    Compiling hashbrown v0.14.5
2026-06-15T13:55:43.1440472Z    Compiling postcard-derive v0.2.2
2026-06-15T13:55:43.4078502Z    Compiling tracing v0.1.44
2026-06-15T13:55:43.4957677Z    Compiling data-encoding-macro v0.1.20
2026-06-15T13:55:43.6010941Z    Compiling rustls-native-certs v0.8.4
2026-06-15T13:55:43.6970791Z    Compiling tokio-util v0.7.18
2026-06-15T13:55:43.7924786Z    Compiling netlink-sys v0.8.8
2026-06-15T13:55:43.7959234Z    Compiling postcard v1.1.3
2026-06-15T13:55:43.9571522Z    Compiling idna_adapter v1.2.2
2026-06-15T13:55:43.9989138Z    Compiling hashlink v0.9.1
2026-06-15T13:55:44.0690325Z    Compiling idna v1.1.0
2026-06-15T13:55:44.1143314Z    Compiling tower v0.5.3
2026-06-15T13:55:44.1153597Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T13:55:44.2230793Z    Compiling async-trait v0.1.89
2026-06-15T13:55:44.2578846Z    Compiling enum-assoc v1.3.0
2026-06-15T13:55:44.3697699Z    Compiling derive_more v2.1.1
2026-06-15T13:55:44.3798280Z    Compiling rusqlite v0.32.1
2026-06-15T13:55:44.3830574Z    Compiling num_enum_derive v0.7.6
2026-06-15T13:55:44.4158020Z    Compiling strum_macros v0.28.0
2026-06-15T13:55:44.4770837Z    Compiling iroh-relay v0.98.0
2026-06-15T13:55:44.5715222Z    Compiling url v2.5.8
2026-06-15T13:55:44.6680586Z    Compiling h2 v0.4.14
2026-06-15T13:55:44.7671210Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T13:55:44.8317536Z    Compiling n0-watcher v0.6.1
2026-06-15T13:55:44.8357946Z    Compiling iroh-metrics v0.38.3
2026-06-15T13:55:45.1060843Z    Compiling tokio-stream v0.1.18
2026-06-15T13:55:45.1160601Z    Compiling netlink-proto v0.12.0
2026-06-15T13:55:45.1950469Z    Compiling netdev v0.42.0
2026-06-15T13:55:45.3691501Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T13:55:45.4260715Z    Compiling attohttpc v0.30.1
2026-06-15T13:55:45.4308547Z    Compiling tower-http v0.6.11
2026-06-15T13:55:45.4408682Z    Compiling iroh-base v0.98.0
2026-06-15T13:55:45.5614985Z    Compiling moka v0.12.15
2026-06-15T13:55:45.6103776Z    Compiling serde_spanned v0.6.9
2026-06-15T13:55:45.6191133Z    Compiling num_enum v0.7.6
2026-06-15T13:55:45.7007095Z    Compiling spt-store v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T13:55:45.7338371Z    Compiling toml_datetime v0.6.11
2026-06-15T13:55:45.8130664Z    Compiling ref-cast-impl v1.0.25
2026-06-15T13:55:46.0337565Z    Compiling thiserror-impl v1.0.69
2026-06-15T13:55:46.0970626Z    Compiling toml_edit v0.22.27
2026-06-15T13:55:46.1661025Z    Compiling webpki-roots v1.0.7
2026-06-15T13:55:46.2790805Z    Compiling regex-automata v0.4.14
2026-06-15T13:55:46.4010879Z    Compiling schemars_derive v1.2.1
2026-06-15T13:55:46.5402475Z    Compiling hmac v0.12.1
2026-06-15T13:55:46.6543643Z    Compiling iroh v0.98.2
2026-06-15T13:55:46.7985046Z    Compiling pin-utils v0.1.0
2026-06-15T13:55:46.8668893Z    Compiling cmov v0.5.4
2026-06-15T13:55:46.9040770Z    Compiling dyn-clone v1.0.20
2026-06-15T13:55:46.9527343Z    Compiling rustix v0.38.44
2026-06-15T13:55:46.9610708Z    Compiling utf8parse v0.2.2
2026-06-15T13:55:47.0283594Z    Compiling bitflags v1.3.2
2026-06-15T13:55:47.0811817Z    Compiling anstyle-parse v1.0.0
2026-06-15T13:55:47.1016461Z    Compiling nix v0.25.1
2026-06-15T13:55:47.1571770Z    Compiling ctutils v0.4.2
2026-06-15T13:55:47.2856111Z    Compiling hkdf v0.12.4
2026-06-15T13:55:47.3041395Z    Compiling backon v1.6.0
2026-06-15T13:55:47.3654785Z    Compiling darling_macro v0.23.0
2026-06-15T13:55:47.4048854Z    Compiling strum v0.28.0
2026-06-15T13:55:47.4203899Z    Compiling papaya v0.2.4
2026-06-15T13:55:47.5053071Z    Compiling iroh-dns v0.98.0
2026-06-15T13:55:47.5996062Z    Compiling serial v0.4.0
2026-06-15T13:55:47.7340638Z    Compiling filedescriptor v0.8.3
2026-06-15T13:55:47.7502150Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T13:55:47.7537603Z    Compiling anstyle v1.0.14
2026-06-15T13:55:47.8420497Z    Compiling downcast-rs v1.2.1
2026-06-15T13:55:47.8660814Z    Compiling foldhash v0.1.5
2026-06-15T13:55:47.9160976Z    Compiling linux-raw-sys v0.4.15
2026-06-15T13:55:47.9290671Z    Compiling instability v0.3.12
2026-06-15T13:55:47.9878140Z    Compiling anstyle-query v1.1.5
2026-06-15T13:55:48.0320770Z    Compiling shell-words v1.1.1
2026-06-15T13:55:48.0470599Z    Compiling colorchoice v1.0.5
2026-06-15T13:55:48.0800927Z    Compiling hashbrown v0.15.5
2026-06-15T13:55:48.0880509Z    Compiling darling v0.23.0
2026-06-15T13:55:48.1125214Z    Compiling anstream v1.0.0
2026-06-15T13:55:48.1378786Z    Compiling signal-hook-mio v0.2.5
2026-06-15T13:55:48.1750837Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T13:55:48.2174926Z    Compiling spake2 v0.4.0
2026-06-15T13:55:48.2194129Z    Compiling terminal_size v0.4.4
2026-06-15T13:55:48.2431008Z    Compiling strum_macros v0.26.4
2026-06-15T13:55:48.3905832Z    Compiling sha1 v0.10.6
2026-06-15T13:55:48.4722765Z    Compiling schemars v1.2.1
2026-06-15T13:55:48.5652386Z    Compiling spt-msg v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T13:55:48.5980657Z    Compiling itertools v0.13.0
2026-06-15T13:55:48.7004671Z    Compiling castaway v0.2.4
2026-06-15T13:55:48.8010589Z    Compiling toml v0.8.23
2026-06-15T13:55:48.9190903Z    Compiling doctest-file v1.1.1
2026-06-15T13:55:49.4700054Z    Compiling regex v1.12.3
2026-06-15T13:55:49.4997975Z    Compiling clap_lex v1.1.0
2026-06-15T13:55:49.6434640Z    Compiling unicode-width v0.1.14
2026-06-15T13:55:49.7590474Z    Compiling static_assertions v1.1.0
2026-06-15T13:55:49.8230783Z    Compiling indoc v2.0.7
2026-06-15T13:55:49.9390789Z    Compiling spt-runtime v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T13:55:49.9509909Z    Compiling compact_str v0.8.2
2026-06-15T13:55:50.1302361Z    Compiling clap_builder v4.6.0
2026-06-15T13:55:50.6250679Z    Compiling hyper v1.10.1
2026-06-15T13:55:50.7450740Z    Compiling strum v0.26.3
2026-06-15T13:55:50.8710124Z    Compiling unicode-truncate v1.1.0
2026-06-15T13:55:50.9395594Z    Compiling interprocess v2.4.2
2026-06-15T13:55:51.0590745Z    Compiling crossterm v0.28.1
2026-06-15T13:55:51.0787942Z    Compiling lru v0.12.5
2026-06-15T13:55:51.2580657Z    Compiling clap_derive v4.6.1
2026-06-15T13:55:51.3710330Z    Compiling unicode-width v0.2.0
2026-06-15T13:55:51.4081084Z    Compiling iana-time-zone v0.1.65
2026-06-15T13:55:51.4500661Z    Compiling cassowary v0.3.0
2026-06-15T13:55:51.7918540Z    Compiling portable-pty v0.8.1
2026-06-15T13:55:51.8328074Z    Compiling chrono v0.4.45
2026-06-15T13:55:52.0497405Z    Compiling nucleo-matcher v0.3.1
2026-06-15T13:55:52.2168633Z    Compiling ratatui v0.29.0
2026-06-15T13:55:52.4870784Z    Compiling spt-term v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T13:55:52.5710887Z    Compiling qrcode v0.14.1
2026-06-15T13:55:52.9600879Z    Compiling hyper-util v0.1.20
2026-06-15T13:55:53.0511151Z    Compiling spt-live v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T13:55:53.0586182Z    Compiling tempfile v3.27.0
2026-06-15T13:55:54.0361804Z    Compiling clap v4.6.1
2026-06-15T13:55:54.8530718Z    Compiling igd-next v0.17.1
2026-06-15T13:55:56.0369902Z    Compiling portmapper v0.16.0
2026-06-15T13:56:00.6202059Z    Compiling rustls-webpki v0.103.13
2026-06-15T13:56:02.9489574Z    Compiling tokio-rustls v0.26.4
2026-06-15T13:56:02.9490299Z    Compiling noq-proto v0.17.0
2026-06-15T13:56:02.9490797Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T13:56:03.1076658Z    Compiling hyper-rustls v0.27.9
2026-06-15T13:56:03.1077418Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T13:56:03.1077985Z    Compiling tokio-websockets v0.13.2
2026-06-15T13:56:03.2311842Z    Compiling reqwest v0.13.4
2026-06-15T13:56:04.1177142Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T13:56:17.9569664Z    Compiling spt-net v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T13:56:19.2845911Z    Compiling spt-daemon v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T13:56:25.5820411Z    Compiling spt v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T13:56:28.9994072Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-15T13:56:29.0216716Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-69b4a953728c79d3)
2026-06-15T13:56:29.0229729Z 
2026-06-15T13:56:29.0229987Z running 1 test
2026-06-15T13:56:35.2095108Z test new_brain_serves_against_old_broker ... ok
2026-06-15T13:56:35.2095601Z 
2026-06-15T13:56:35.2096008Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-15T13:56:35.2096842Z 
